Dynomotion

Group: DynoMotion Message: 15048 From: tesotronics Date: 9/27/2017
Subject: Re: Set KmotionCNC G-code DRO’s bac k to pre-stop button press sta
Hi,

I currently use EnableAxis(0);
 
According to the manual, this sets the destination to the current measured position, so this should have the same effect as EnableAxisDest(0,ch0->Position);

However, apparently EnableAxis(0) does not set the KMotionCNC DRO's back, and EnableAxisDest(0,ch0->Position) does?

If that works than that is a lot more elegant than the solution I came up with. I'll try tonight, thanks.